home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 January / EnigmA AMIGA RUN 33 (1999)(G.R. Edizioni)(IT)[!][issue 1999-01].iso / earcd / apus / latest / bh981121.lha / bh981121 / apus-amiboot.readme next >
INI File  |  1997-02-22  |  1KB  |  43 lines

  1. [this readme last updated 980830]
  2.  
  3. This version of amiboot takes two extra (optional) arguments:
  4.  
  5.  --apus:     Use this when you want to boot a PPC kernel.
  6.  --checksum: Use this to perform checksums on the kernel image before and
  7.              after copying it to its final location. This will increase
  8.              startup time by 15 secs or so.
  9.  
  10. I use this rune to boot my PPC kernel:
  11.  
  12.  bootstrap --apus -k ram:vmlinux root=/dev/hda3 ip=off
  13.  
  14.  
  15. If you experience problems with the Linux/APUS port, please have a look at
  16. the Linux/APUS FAQ available via http (and ftp) from sunsite.auc.dk:
  17. http://sunsite.auc.dk:local/os/linux/apus/docs/faq.html
  18.  
  19. The booter also stores a progress string in memory. You can use the tool
  20. bootmesg (included in the archive) to find this after rebooting. See the FAQ
  21. for details.
  22.  
  23.  
  24. If that does not help you, post a message to the Linux/APUS kernel list also
  25. hosted by sunsite. See the FAQ for details.
  26.  
  27.  
  28. Jesper
  29.  
  30.  
  31. Recompiling the apus booter:
  32.  
  33.  o get Geek Gadgets
  34.  o get linux-2.1.42
  35.  o put the source files from this archive in the arch/m68k/boot/amiga
  36.    directory.
  37.  o edit include/linux/types.h: define #__KERNEL_STRICT_NAMES and out
  38.                                comment the ustat struct.
  39.         include/linux/posix-types.h: exchange the two first lines.
  40.  o try to compile (remember to cross your fingers :)
  41.  
  42.  You can have a look in the script compile which I use to compile bootstrap.
  43.